@vixt/vue 0.6.8 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +3 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -8691,7 +8691,7 @@ const defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
8691
8691
|
const name$1 = "vixt:preset-vue";
|
|
8692
8692
|
var preset_vue_default = defineVixtModule({
|
|
8693
8693
|
meta: { name: name$1 },
|
|
8694
|
-
|
|
8694
|
+
setup(_, vixt) {
|
|
8695
8695
|
const { components = [], composables = [], constants: constants$1 = [], utils = [], stores = [], pages = [], layouts = [] } = resolveLayersDirs([...vixt._layers].reverse());
|
|
8696
8696
|
const { buildTypesDir } = vixt.options;
|
|
8697
8697
|
const defaultOptions$1 = {
|
|
@@ -8738,6 +8738,8 @@ var preset_vue_default = defineVixtModule({
|
|
|
8738
8738
|
stores,
|
|
8739
8739
|
utils
|
|
8740
8740
|
].flat(),
|
|
8741
|
+
exclude: [],
|
|
8742
|
+
include: [],
|
|
8741
8743
|
vueTemplate: true
|
|
8742
8744
|
},
|
|
8743
8745
|
unocss: {},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vixt/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"author": "SoulLyoko<https://github.com/SoulLyoko>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://soullyoko.github.io/vixt/",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
38
38
|
"vue": "^3.5.26",
|
|
39
39
|
"vue-router": "^4.6.4",
|
|
40
|
-
"vue-tsc": "^3.2.
|
|
41
|
-
"@vixt/core": "0.
|
|
40
|
+
"vue-tsc": "^3.2.2",
|
|
41
|
+
"@vixt/core": "0.7.1"
|
|
42
42
|
}
|
|
43
43
|
}
|