@luzhaoqi/test 0.0.11 → 0.0.13
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/lib-cjs.js +2 -0
- package/package.json +1 -1
package/dist/lib-cjs.js
CHANGED
@@ -97558,6 +97558,8 @@ function chuli(arr) {
|
|
97558
97558
|
}
|
97559
97559
|
|
97560
97560
|
function createRouter(Vue) {
|
97561
|
+
debugger
|
97562
|
+
console.log(222222222);
|
97561
97563
|
Vue.use(VueRouter$1);
|
97562
97564
|
const $z = Vue.prototype.$z;
|
97563
97565
|
if ($z.router) {
|