File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 type =" a"
1010 download =" CITATION.cff"
1111 v-bind:href =" downloadUrl"
12- v-bind:class =" $ q.platform.is.mobile ? 'full-width' : ''"
12+ v-bind:class =" q.platform.is.mobile ? 'full-width' : ''"
1313 />
1414</template >
1515
@@ -26,9 +26,9 @@ export default defineComponent({
2626 name: ' DownloadButton' ,
2727 setup () {
2828 const { cffstr } = useCffstr ()
29- const $ q = useQuasar ()
29+ const q = useQuasar ()
3030 return {
31- $ q ,
31+ q ,
3232 downloadUrl: computed (() => toDownloadUrl (cffstr .value ))
3333 }
3434 }
Original file line number Diff line number Diff line change 3333 size =" xl"
3434 to =" /identifiers"
3535 v-on:click =" showAdvanced"
36- v-bind:class =" $ q.platform.is.mobile ? 'full-width' : ''"
36+ v-bind:class =" q.platform.is.mobile ? 'full-width' : ''"
3737 />
3838 </div >
3939 </div >
@@ -60,9 +60,9 @@ export default defineComponent({
6060 setup () {
6161 const { setShowAdvanced, setStepName } = useApp ()
6262 const { errors } = useValidation ()
63- const $ q = useQuasar ()
63+ const q = useQuasar ()
6464 return {
65- $ q ,
65+ q ,
6666 isValidCFF: computed (() => errors .value .length === 0 ),
6767 showAdvanced : async () => {
6868 setShowAdvanced (true )
You can’t perform that action at this time.
0 commit comments