Movatterモバイル変換


[0]ホーム

URL:


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

Commit45d45fa

Browse files
committed
Minor fix to rollup config
1 parent282d16d commit45d45fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎build/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import buble from 'rollup-plugin-buble'
33
importuglifyfrom'rollup-plugin-uglify-es'
44

55
exportdefault{
6-
input:'src/index.js',
6+
input:'index.js',
77
output:{
88
name:'VueTinyPagination',
99
exports:'named'

‎index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const install = (Vue, opts ={}) => {
77
}
88

99
constplugin={
10-
version:'0.2.1-beta.5',
10+
version:'0.2.1-beta.6',
1111
install,
1212
TinyPagination
1313
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp