added vue router

This commit is contained in:
Kostya
2023-11-12 21:53:54 +03:00
parent 30c2dae674
commit 7b7cbbfafe
345 changed files with 316132 additions and 0 deletions

5
node_modules/@vue/devtools-api/lib/cjs/const.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HOOK_PLUGIN_SETTINGS_SET = exports.HOOK_SETUP = void 0;
exports.HOOK_SETUP = 'devtools-plugin:setup';
exports.HOOK_PLUGIN_SETTINGS_SET = 'plugin:settings:set';