with-vue icon indicating copy to clipboard operation
with-vue copied to clipboard

Plasmo with-vue basic example template

Results 9 with-vue issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Hello, I would like to know how to import a library that will be used throughout the project (options / popup / content / CSUI...) example: https://primevue.org/installation/ And another doubt...

Hello, first of all thank you very much for the framework, it works incredibly well besides being super simple. I would like to know if there is any way to...

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.19.2. Changelog Sourced from terser's changelog. v5.19.2 fix performance hit from avoiding HTML comments in the output v5.19.1 Better avoid outputting </script> and HTML comments....

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

I writing a file named `content.vue` in root. when I change `some word`,the browser display is still the old content. ```vue some word import {ref} from "vue"; const version =...