update
This commit is contained in:
parent
18c51e88d1
commit
cd3d4a5a6d
2 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,9 @@ pub mod prelude {
|
|||
pub use super::primitives::container::Container;
|
||||
pub use super::primitives::cursor::Cursor;
|
||||
pub use super::primitives::div::Div;
|
||||
pub use super::primitives::flex::{Flex, FlexBasis, FlexGrow, Justify};
|
||||
pub use super::primitives::flex::{
|
||||
Direction, Flex, FlexBasis, FlexGrow, Justify, Order, Strategy, Wrap,
|
||||
};
|
||||
pub use super::primitives::header::Header;
|
||||
pub use super::primitives::height::{Height, MaxHeight, MinHeight};
|
||||
pub use super::primitives::image::Image;
|
||||
|
|
|
@ -75,5 +75,7 @@ impl LinkWidget {
|
|||
.hx_target(Selector::Query("#main_content".to_string()))
|
||||
.hx_push_url()
|
||||
.hx_swap(SwapStrategy::innerHTML)
|
||||
.hx_boost()
|
||||
.hx_disabled_elt(Selector::This)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue