cx33

Results 7 issues of cx33

### Describe the bug when i npm run build, i got a output file name like **[component].vue_vue_type_script_setup_true_lang.[hash].js** ![image](https://user-images.githubusercontent.com/16984236/179707337-f7a99430-2446-472b-9bf4-2cceabef90bc.png) ### Reproduction https://github.com/JiatLn/vite-build-demo.git ### System Info ```shell System: OS: Windows 10 10.0.19042...

enhancement
plugin: vue
p2-nice-to-have :cake:

when use `export default myPlugin`, it got a nuxt3 warning following ```bash [warn] [nuxt] You are using a plugin that has not been wrapped in `defineNuxtPlugin`. It is advised to...

📚 docs
â›° pkg:nuxt

### Description Reactive two element whether cross state. ### Additional context --- ### What is the purpose of this pull request? - [ ] Bug fix - [X] New Feature...

add a similar Library

here are some test code ```rs use mnist::MnistBuilder; #[test] fn test_mnist() { let mnist = MnistBuilder::new() .label_format_digit() .training_set_length(50_000) .validation_set_length(10_000) .test_set_length(10_000) .finalize(); dbg!(mnist.trn_img); dbg!(mnist.trn_lbl); } ``` - cargo.toml ```toml [dependencies] mnist...

### Describe the bug when i npm run build, i got a output file name like **[component].vue_vue_type_script_setup_true_lang.[hash].js** ![image](https://user-images.githubusercontent.com/16984236/179707337-f7a99430-2446-472b-9bf4-2cceabef90bc.png) ### Reproduction https://github.com/JiatLn/vite-build-demo.git ### System Info ```shell System: OS: Windows 10 10.0.19042...

enhancement
p2-nice-to-have :cake: