Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Styling or Loading Style #241

manchumahara started this conversation in General
Discussion options

We are using webpack with vue 3. We found no style is loaded. I see the step by step guides ask to add css manually or seems no css style is loaded via the package automatic, is this true ? https://v3.vue-final-modal.org/examples/stepByStep

I am I missing something? my module setup in webpack is like below.

module: {
 rules: [
 {
 test: /\.js$/,
 exclude: /node_modules/,
 use: {
 loader: 'babel-loader'
 }
 },
 {
 test: /\.vue$/,
 loader: 'vue-loader'
 },
 {
 test: /\.css$/,
 use: [
 'vue-style-loader',
 {
 loader: 'css-loader',
 options: { esModule: false }
 },
 'postcss-loader'
 ],
 },
 ]
 },
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /