initial commit
This commit is contained in:
11
node_modules/vue-devtools-stub/dist/index.mjs
generated
vendored
Normal file
11
node_modules/vue-devtools-stub/dist/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
const setupDevtoolsPlugin = () => {
|
||||
};
|
||||
const isPerformanceSupported = () => false;
|
||||
const now = () => Date.now();
|
||||
const index = {
|
||||
setupDevtoolsPlugin,
|
||||
isPerformanceSupported,
|
||||
now
|
||||
};
|
||||
|
||||
export { index as default, isPerformanceSupported, now, setupDevtoolsPlugin };
|
||||
Reference in New Issue
Block a user