mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-31 14:04:50 +01:00
fix: fix svelte dev warning about pinIndex (#1729)
This commit is contained in:
parent
acddcab6ee
commit
912dda8778
@ -123,7 +123,8 @@
|
||||
export default {
|
||||
store: () => store,
|
||||
data: () => ({
|
||||
pinnable: false
|
||||
pinnable: false,
|
||||
pinIndex: undefined
|
||||
}),
|
||||
computed: {
|
||||
ariaLabel: ({ label, pinnable, $pinnedPage, href }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user