fix: ⬆️ update app_template from repod devs
This commit is contained in:
parent
08de58fad3
commit
545b166a4d
@ -1,5 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
extends: ['@nextcloud/eslint-config/typescript', 'plugin:prettier/recommended'],
|
extends: ['@nextcloud/eslint-config/vue3', 'plugin:prettier/recommended'],
|
||||||
rules: {
|
rules: {
|
||||||
'jsdoc/require-jsdoc': 'off',
|
'jsdoc/require-jsdoc': 'off',
|
||||||
'vue/first-attribute-linebreak': 'off',
|
'vue/first-attribute-linebreak': 'off',
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"@formatjs/intl-segmenter": "^11.7.8",
|
"@formatjs/intl-segmenter": "^11.7.8",
|
||||||
"@nextcloud/vite-config": "^2.3.1",
|
"@nextcloud/vite-config": "^2.3.1",
|
||||||
"@nextcloud/vue": "9.0.0-alpha.6",
|
"@nextcloud/vue": "9.0.0-alpha.6",
|
||||||
"vite": "~5.4.14",
|
"vite": "^6.0.11",
|
||||||
"vue": "^3.5.13"
|
"vue": "^3.5.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use OCA\AppTemplate\AppInfo\Application;
|
||||||
|
use OCP\Util;
|
||||||
|
|
||||||
|
Util::addScript(Application::APP_ID, Application::APP_ID.'-main');
|
||||||
|
Util::addStyle(Application::APP_ID, Application::APP_ID.'-main');
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
<div id="app_template"></div>
|
<div id="app_template"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user