Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit ca2f82c

Browse files
committed
build: fix deploy
1 parent 65f2522 commit ca2f82c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/demo/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cd dist
66
git init
77
git add -A
88
git commit -m 'deploy'
9-
git push -f https://github.com/MichaelGitArt/gitart-vue-dialog.git master:gh-pages
9+
git push -f https://github.com/MichaelGitArt/gitart-vue-dialog.git main:gh-pages
1010
cd -

packages/demo/src/components/UI/Radio/Radio.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<label>
3+
<label v-bind="''">
44
<input
55
type="radio"
66
:name="computedName"

0 commit comments

Comments
 (0)