Youri van Mill
Youri van Mill
Im building a package where you can print a document, but I also need the job status https://learn.microsoft.com/en-us/windows/win32/printdocs/getjob
close #53 This PR will add a cjs and esm build. Also changed from npm to pnpm. ```js import { StreamBarcodeReader } from "vue-barcode-reader"; // or import { ImageBarcodeReader }...
> vue-barcode-reader doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for...
### Reporting a bug? main.ts ```typescript import messages from '@intlify/unplugin-vue-i18n/messages' ... const i18n = createI18n({ locale: 'en', messages }) console.log(messages) // empty object... ``` vite.config.ts ```typescript VueI18nPlugin({ include: [resolve(__dirname, './src/locales/**')],...
## Request / Idea Inject the needed scripts (in the head and body tag) in SSR, so the server wil render the tags. ## Additional Context Use https://github.com/vueuse/head to inject...
Why did you used IntelMausiEthernet.kext? Because the z390 UD has a Realtek RTL8111H...
I am getting the following error when I run `sls offline` ``` slsWebpack.loadHandler is not a function ``` serverless 1.36.3 serverless-offline: 4.2.2 serverless-plugin-offline-kinesis-events: 1.1.1 serverless-webpack: 5.2.0 webpack: 4.29.1
### Reporting a bug? The global `__VUE_DEVTOOLS_PLUGINS__` array expands on every request, thus creates a memory leak. Also when the project is build with mode = production, should `NODE_ENV=production` still...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug The `` in App.vue is not scoped. After making the style tag scoped. The old "unscoped"...