yc-ui2 0.1.3-beta11 → 0.1.3-beta13
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/yc-ui2.common.js +11 -11
- package/dist/yc-ui2.common.js.map +1 -1
- package/dist/yc-ui2.css +1 -1
- package/dist/yc-ui2.umd.js +11 -11
- package/dist/yc-ui2.umd.js.map +1 -1
- package/dist/yc-ui2.umd.min.js +1 -1
- package/dist/yc-ui2.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/views/question.vue +1 -1
- package/vue.config.js +1 -1
- /package/src/{api → api2}/customerService.js +0 -0
package/package.json
CHANGED
package/src/App.vue
CHANGED
package/src/views/question.vue
CHANGED
package/vue.config.js
CHANGED
@@ -15,7 +15,7 @@ module.exports = defineConfig({
|
|
15
15
|
.set("comp", resolve("src/components"))
|
16
16
|
.set("views", resolve("src/views"))
|
17
17
|
// .set("utils", resolve("src/utils"))
|
18
|
-
|
18
|
+
.set("api2", resolve("src/api2"))
|
19
19
|
},
|
20
20
|
// 前端代理服务器
|
21
21
|
devServer: {
|
File without changes
|