devtools icon indicating copy to clipboard operation
devtools copied to clipboard

refactor: node_modules/vuex/dist/vuex.esm-bundler.js import { setupDe…

Open panhezeng opened this issue 4 years ago • 1 comments

…vtoolsPlugin } from '@vue/devtools-api';

      The production model is packaged into the vendor.
      The proxy that vue 3 relies on supports at least Chrome 49, Spread syntax in object literals supports at least Chrome 60.

https://github.com/vuejs/devtools/issues/1609

panhezeng avatar Nov 18 '21 03:11 panhezeng

+1 for this.

This seems to fix bugs in older browsers of the router https://github.com/vuejs/vue-router-next/issues/1207

bastiW avatar Dec 28 '21 17:12 bastiW