-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated with Bili for generating bundle and fixed file name issue
- Loading branch information
1 parent
457ac1f
commit e036213
Showing
6 changed files
with
2,660 additions
and
2,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module.exports = { | ||
banner: true, | ||
output: { | ||
extractCSS: false, | ||
}, | ||
plugins: { | ||
vue: { | ||
css: true | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
import autoresize from './components/App.vue' | ||
import TextAreaAutoResize from './TextAreaAutoResize.vue' | ||
|
||
export default autoresize | ||
export default { | ||
install(Vue) { | ||
Vue.component("TextAreaAutoResize", TextAreaAutoResize); | ||
} | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.